home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3grdraw.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_GRIDDRAW_H = 1;
- include("oops/r3root.js")
-
-
- var R3CLID_GRIDDRAW = 57;
-
-
-
-
-
-
-
- R3GRIDDRAWA_GridLayer = 57500;
- function SetR3GRIDDRAWA_GridLayer(value) {
- R3Set(this.r3obj, R3GRIDDRAWA_GridLayer, value, R3TID_OBJECT, 0);
- }
-
- R3GRIDDRAWA_Active = 57502;
- function SetR3GRIDDRAWA_Active(value) {
- R3Set(this.r3obj, R3GRIDDRAWA_Active, value, R3TID_INTEGER, 0);
- }
-
- function GetR3GRIDDRAWA_Active() {
- return R3Get(this.r3obj, R3GRIDDRAWA_Active, R3TID_INTEGER, 0);
- }
-
- R3GRIDDRAWA_RedrawContext = 57503;
- function SetR3GRIDDRAWA_RedrawContext(value) {
- R3Set(this.r3obj, R3GRIDDRAWA_RedrawContext, value, R3TID_BOOLEAN, 0);
- }
-
- R3GRIDDRAWA_GridName = 57504;
- function SetR3GRIDDRAWA_GridName(value) {
- R3Set(this.r3obj, R3GRIDDRAWA_GridName, value, R3TID_STRING, 0);
- }
-
-
-
- function r3Griddraw () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_GRIDDRAW, arguments);
- }
- // Methods
-
- // Attributes
- this.SetGridLayer=SetR3GRIDDRAWA_GridLayer;
- this.GetActive=GetR3GRIDDRAWA_Active;
- this.SetActive=SetR3GRIDDRAWA_Active;
- this.SetRedrawContext=SetR3GRIDDRAWA_RedrawContext;
- this.SetGridName=SetR3GRIDDRAWA_GridName;
- }
-
- r3Griddraw.prototype=new r3Root;
- // r3grdraw.h_H